pattern n. 1.模范,榜樣;典范。 2.型,模型;模式;雛型;【冶金】原型。 3.花樣;式樣;(服裝裁剪的)紙樣;圖案,圖譜,圖表;機(jī)構(gòu),結(jié)構(gòu);特性曲線;晶體點(diǎn)陣;(電視的)幀面圖像。 4.方式;形式;格局;格調(diào)。 5.(衣料等的)樣品,樣本,樣板。 6.〔美國〕一件衣料。 7.(炮彈等的)散布面;靶子上的彈痕。 8.(飛機(jī)的)著陸航線。 a pattern wife 模范妻子。 a paper pattern for a dress 女服紙樣。 a machine of a new [an old] pattern新[舊]型機(jī)器。 a cropping pattern農(nóng)作制。 after the pattern of 仿…。 vt. 1.照圖樣做;仿造,摹制 (after; upon)。 2.給…加花樣,用圖案裝飾。 3.〔英方〕與…相比 (to, with)。 vi. 形成圖案。 pattern oneself after 模仿,學(xué)…的榜樣。 adj. -ed 仿造的;被組成圖案的(patterned forms【語言學(xué)】 仿造詞)。 n. -ing 圖案結(jié)構(gòu),圖形;(行為等的)特有型式。 adj. -less 無圖案的。
As for the visitor pattern , much of the reason it is so widely applicable is the fact that it complements the composite pattern 至于visitor模式,它受到如此廣泛應(yīng)用的許多原因是它補(bǔ)充了composite模式。
The composite pattern is simply the object - oriented way to specify a recursively defined datatype ; these opportunities pop up all the time in software development Composite模式只是指定遞歸定義的數(shù)據(jù)類型的面向?qū)ο蠓椒?;這些機(jī)會始終出現(xiàn)在軟件開發(fā)中。
Composite event detection ( ced ) extends the basic event - system and improves the flexibility by allowing application components to express their interest in complex composite patterns of basic events 復(fù)合事件檢測技術(shù)的運(yùn)用使得基于事件通信機(jī)制的應(yīng)用系統(tǒng)可以支持復(fù)合事件模式的表示,極大地擴(kuò)展了系統(tǒng)的事件處理能力和靈活性。
百科解釋
In software engineering, the composite pattern is a partitioning design pattern. The composite pattern describes that a group of objects are to be treated in the same way as a single instance of an object.